x | -2 | -1 | 0 | 1 | 2 |
---|---|---|---|---|---|
y | 1 | -2 | -3 | -2 | 1 |
x | -2 | -1 | 0 | 1 | 2 |
---|---|---|---|---|---|
y | 5 | 2 | 1 | 2 | 5 |
A Horizontal Translation is basically sliding a graph left and right.
x | -2 | -1 | 0 | 1 | 2 |
---|---|---|---|---|---|
y | 2 | 1 | 0 | 1 | 2 |
x | -2 | -1 | 0 | 1 | 2 |
---|---|---|---|---|---|
y | 4 | 3 | 2 | 1 | 0 |
x | -2 | -1 | 0 | 1 | 2 |
---|---|---|---|---|---|
y | 1 | 0 | 1 | 2 | 3 |
What would the following functions look like if they were translated left 4 and up 6?
If